Use uv tool for isolate cicd env, including samples:#4
Open
troy818 wants to merge 1 commit intodevelopmentfrom
Open
Use uv tool for isolate cicd env, including samples:#4troy818 wants to merge 1 commit intodevelopmentfrom
troy818 wants to merge 1 commit intodevelopmentfrom
Conversation
bopeng1234
reviewed
Mar 2, 2025
| "env": [ | ||
| "source /intel/oneapi/intelpython/bin/activate", | ||
| "pip install -r requirements.txt" | ||
| "source /intel/oneapi/setvars.sh", |
bopeng1234
reviewed
Mar 2, 2025
Owner
There was a problem hiding this comment.
original only install requirements at tensorflow env and run notebook.
in our uv, why we use base? and other like tensorflow and tensorflow-gpu? not sure...
Collaborator
Author
There was a problem hiding this comment.
As this case will use both tensorflow and tensorflow-gpu env, I install the requirements and kernels for base and change to different environment to use the packages and kernels. As a result, there will be less conda env change actions.
1c10ab0 to
8856b31
Compare
ac63ab1 to
a4dfe72
Compare
…ironment, including samples: 1.Features-and-Functionality/IntelPython_daal4py_DistributedLinearRegression 2.Features-and-Functionality/IntelPython_Numpy_Numba_dpnp_kNN 3.Features-and-Functionality/IntelPyTorch_GPU_InferenceOptimization_with_AMP 4.Features-and-Functionality/IntelTensorFlow_TextGeneration_with_LSTM 5.Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted 6.Getting-Started-Samples/Modin_Vs_Pandas Signed-off-by: troy818 <qigeng.zhang@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use uv tool for isolate cicd env, including 6 samples in
AI-and-Analytics